Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure
Properties Methods

In This Topic
    PdfEnum<TEnum> Structure Members
    In This Topic

    The following tables list the members exposed by PdfEnum<TEnum>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the TEnum value defined by this PdfEnum<TEnum>. Throws an exception if this PdfEnum<TEnum> is represented by an unparsed PDF value.  
    Public PropertyGets a value indicating whether this PdfEnum<TEnum> struct contains a PDF value which cannot be converted to PdfEnum<TEnum>.  
    Public PropertyGets a value indicating whether this PdfEnum<TEnum> struct contains a string value which cannot be converted to PdfEnum<TEnum>.  
    Public PropertyGets the PDF value defined by this PdfEnum<TEnum>. Throws an exception if this PdfEnum<TEnum> is represented by a parsed TEnum value.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
    Public MethodReturns the EnumValue if IsString is false, defValue otherwise.  
    Public MethodReturns the hash code for this instance.  
    Public MethodReturns the fully qualified type name of this instance.  
    Top
    Public Operators
    Equality operator.
    Overloaded. Converts a TEnum value to PdfEnum<TEnum>.
    Inequality operator.
    Top
    See Also